added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / SQLServer2005DB / Schema Objects / Security / Users / HelloWorld.user.sql
blob18741cc5b7817286eaa2c153767694208d6c023c
1 /****************************** Module Header ******************************\
2 * Module Name:  HelloWorld.user.sql
3 * Project:      SQLServer2005DB
4 * Copyright (c) Microsoft Corporation.
5
6 * Add the user [HelloWorld] as the DB owner of SQLServer2005DB.
7
8 * This source is subject to the Microsoft Public License.
9 * See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL.
10 * All other rights reserved.
11
12 * History:
13 * * 2/14/2009 9:28 PM Jialiang Ge Created
14 \***************************************************************************/
17 CREATE USER [HelloWorld] FOR LOGIN [HelloWorld] WITH DEFAULT_SCHEMA=[dbo]